cURL
curl --request PUT \ --url https://app.plugchoice.com/api/v3/sites/{site_uuid}/groups/{siteGroup_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "method": "boost", "solar_additional_amps": 27, "solar_always_charge": true, "solar_always_charge_amps": 39, "peak_shaving_enabled": false, "peak_shaving_threshold": 84 } '
{ "data": { "id": 4, "site_id": 12, "group_id": null, "meter_id": null, "total_amps": 28, "phases": null, "net_type": null, "method": "boost", "solar_additional_amps": 0, "solar_always_charge": false, "solar_always_charge_amps": 0, "peak_shaving_enabled": false, "peak_shaving_threshold": 0, "created_at": "2025-11-19T15:28:22.000000Z", "updated_at": "2025-11-19T15:28:22.000000Z" } }
See the documentation for more information.
The ID of the siteGroup.
boost
solar
"boost"
Must be at least 0.
27
true
39
false
84
Show child attributes
4
12
null
28
0
"2025-11-19T15:28:22.000000Z"
Was this page helpful?